![]() |
PATH![]() |
![]() ![]() |
Animates a version of the specified cursor type that is consistent with the current theme.
pascal OSStatus SetAnimatedThemeCursor (
ThemeCursor inCursor,
UInt32 inAnimationStep);
Appearance Manager 1.1 introduces cursors that can change appearance with a theme change. In order to be theme-compliant, your program should use these theme-specific cursors whenever possible, instead of the classic black-and-white cursors.
Your application should call the SetAnimatedThemeCursor function to ensure that its animated cursors are theme-compliant, rather than using any QuickDraw cursor utilities functions such as SetCursor , SetCCursor , SpinCursor , or RotateCursor . If you wish a non-animated cursor to be theme-compliant, call the function SetThemeCursor .
Because these are color cursors, they currently cannot be set from interrupt time. Therefore, if you support animated cursors that are changed at interrupt time you should continue to use your own cursors for now.
The function SetThemeCursor .